From c99ef3e7a46bcdd0353ce0e5743bb3272443b949 Mon Sep 17 00:00:00 2001 From: "Carol (Nichols || Goulding)" Date: Fri, 13 May 2016 12:31:57 -0400 Subject: [PATCH] Mention that binary location changes when using --release --- src/doc/guide.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/doc/guide.md b/src/doc/guide.md index 912566d14..a175dec89 100644 --- a/src/doc/guide.md +++ b/src/doc/guide.md @@ -103,6 +103,9 @@ Once you’re ready for release, you can use `cargo build --release` to compile Compiling hello_world v0.1.0 (file:///path/to/project/hello_world) +`cargo build --release` puts the resulting binary in +`target/release/hello_world` instead of `target/debug`. + # Working on an existing Cargo project If you download an existing project that uses Cargo, it’s really easy -- 2.30.2